home *** CD-ROM | disk | FTP | other *** search
- object PieSeriesEditor: TPieSeriesEditor
- Left = 348
- Top = 219
- ActiveControl = CBCircled
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 191
- ClientWidth = 350
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object Label1: TLabel
- Left = 133
- Top = 40
- Width = 56
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Rotation:'
- FocusControl = SERotation
- end
- object Label4: TLabel
- Left = 108
- Top = 9
- Width = 81
- Height = 20
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Explode biggest:'
- end
- object Label8: TLabel
- Left = 117
- Top = 69
- Width = 72
- Height = 16
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Order:'
- end
- object CBCircled: TCheckBox
- Left = 5
- Top = 8
- Width = 84
- Height = 17
- HelpContext = 148
- Caption = '&Circled Pie'
- TabOrder = 0
- OnClick = CBCircledClick
- end
- object CB3D: TCheckBox
- Left = 5
- Top = 31
- Width = 92
- Height = 17
- HelpContext = 675
- Caption = '&3 Dimensions'
- TabOrder = 1
- OnClick = CB3DClick
- end
- object SERotation: TEdit
- Left = 194
- Top = 36
- Width = 39
- Height = 21
- HelpContext = 410
- TabOrder = 2
- Text = '0'
- OnChange = SERotationChange
- end
- object BPiePen: TButton
- Left = 4
- Top = 79
- Width = 93
- Height = 25
- HelpContext = 385
- Caption = '&Pie Border...'
- TabOrder = 3
- OnClick = BPiePenClick
- end
- object CBPatterns: TCheckBox
- Left = 262
- Top = 7
- Width = 84
- Height = 17
- HelpContext = 664
- Caption = 'Pa&tterns'
- TabOrder = 4
- OnClick = CBPatternsClick
- end
- object BBackPieColor: TBitBtn
- Left = 259
- Top = 33
- Width = 87
- Height = 25
- HelpContext = 145
- Caption = '&Back Color...'
- Enabled = False
- TabOrder = 5
- OnClick = BBackPieColorClick
- end
- object GroupBox1: TGroupBox
- Left = 4
- Top = 112
- Width = 173
- Height = 73
- Caption = 'Custom Pie Radius:'
- TabOrder = 6
- object Label2: TLabel
- Left = 4
- Top = 20
- Width = 55
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&X Radius:'
- FocusControl = SEXRadius
- end
- object Label3: TLabel
- Left = 4
- Top = 48
- Width = 55
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Y Radius:'
- FocusControl = SEYRadius
- end
- object SEXRadius: TEdit
- Left = 62
- Top = 15
- Width = 33
- Height = 21
- HelpContext = 697
- TabOrder = 0
- Text = '0'
- OnChange = SEXRadiusChange
- end
- object CBAutoXR: TCheckBox
- Left = 117
- Top = 16
- Width = 50
- Height = 21
- Caption = '&Auto'
- State = cbChecked
- TabOrder = 1
- OnClick = CBAutoXRClick
- end
- object SEYRadius: TEdit
- Left = 62
- Top = 43
- Width = 33
- Height = 21
- HelpContext = 703
- TabOrder = 2
- Text = '0'
- OnChange = SEYRadiusChange
- end
- object CBAutoYR: TCheckBox
- Left = 117
- Top = 46
- Width = 50
- Height = 19
- Caption = 'A&uto'
- State = cbChecked
- TabOrder = 3
- OnClick = CBAutoYRClick
- end
- object UDYRadius: TUpDown
- Left = 95
- Top = 43
- Width = 15
- Height = 21
- TabOrder = 4
- Associate = SEYRadius
- Increment = 5
- Max = 2000
- end
- object UDXRadius: TUpDown
- Left = 95
- Top = 15
- Width = 15
- Height = 21
- TabOrder = 5
- Associate = SEXRadius
- Increment = 5
- Max = 2000
- end
- end
- object CBDark3d: TCheckBox
- Left = 5
- Top = 54
- Width = 71
- Height = 17
- HelpContext = 176
- Caption = '&Dark 3D'
- TabOrder = 7
- OnClick = CBDark3dClick
- end
- object GroupBox2: TGroupBox
- Left = 192
- Top = 92
- Width = 153
- Height = 93
- Caption = 'Group slices:'
- TabOrder = 8
- object Label5: TLabel
- Left = 8
- Top = 20
- Width = 33
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Style:'
- FocusControl = CBOther
- end
- object Label6: TLabel
- Left = 11
- Top = 45
- Width = 30
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Value:'
- end
- object Label7: TLabel
- Left = 12
- Top = 70
- Width = 29
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Label:'
- end
- object CBOther: TComboBox
- Left = 47
- Top = 16
- Width = 99
- Height = 21
- HelpContext = 758
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'None'
- 'Below %'
- 'Below Value')
- TabOrder = 0
- OnChange = CBOtherChange
- end
- object EOtherValue: TEdit
- Left = 47
- Top = 41
- Width = 65
- Height = 21
- HelpContext = 760
- TabOrder = 1
- Text = '0'
- OnChange = EOtherValueChange
- end
- object EOtherLabel: TEdit
- Left = 47
- Top = 66
- Width = 99
- Height = 21
- HelpContext = 759
- TabOrder = 2
- Text = 'Other'
- OnChange = EOtherLabelChange
- end
- end
- object SEExpBig: TEdit
- Left = 194
- Top = 4
- Width = 39
- Height = 21
- HelpContext = 756
- TabOrder = 9
- Text = '0'
- OnChange = SEExpBigChange
- end
- object UDExpBig: TUpDown
- Left = 233
- Top = 4
- Width = 15
- Height = 21
- TabOrder = 10
- Associate = SEExpBig
- Increment = 5
- end
- object UDRotation: TUpDown
- Left = 233
- Top = 36
- Width = 15
- Height = 21
- TabOrder = 11
- Associate = SERotation
- Increment = 5
- Max = 360
- Wrap = True
- end
- object CBOrder: TComboBox
- Left = 194
- Top = 65
- Width = 151
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Default'
- 'Ascending'
- 'Descending')
- TabOrder = 12
- OnChange = CBOrderChange
- end
- end
-